home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / oida_pon.swf / scripts / frame_1 / DoAction_2.as next >
Text File  |  2012-04-23  |  296b  |  12 lines

  1. velo = 0.15;
  2. score = 0;
  3. curve = 0.8;
  4. set("/ball:vel",1.1111111);
  5. set("/ball:theta",5 * math.pi / 4);
  6. setProperty("/ball", _X, 200);
  7. setProperty("/ball", _Y, 200);
  8. startDrag("/tracker",1);
  9. Mouse.show();
  10. getURL("FSCommand:" add showmenu,false);
  11. getURL("FSCommand:" add fullscreen,true);
  12.